projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
289f0da
)
(array-reconfigure-rows): Use generate-new-buffer.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Aug 1999 19:21:07 +0000
(19:21 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 29 Aug 1999 19:21:07 +0000
(19:21 +0000)
lisp/array.el
patch
|
blob
|
history
diff --git
a/lisp/array.el
b/lisp/array.el
index 4084db05757ea6526d621124e0c36aa5a49c07c7..2592dc60b2b61374502cda44867261c078c5ef83 100644
(file)
--- a/
lisp/array.el
+++ b/
lisp/array.el
@@
-646,7
+646,7
@@
of rows-numbered."
(message "Working...")
(array-update-buffer-position)
(let* ((main-buffer (buffer-name (current-buffer)))
- (temp-buffer (
make-temp-name "Array
"))
+ (temp-buffer (
generate-new-buffer " *Array*
"))
(temp-max-row max-row)
(temp-max-column max-column)
(old-rows-numbered rows-numbered)